ArcGIS API for WPF - Library Reference
GeneralizeAsync(IList<Graphic>,GeneralizeParameters,Object) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > GeneralizeAsync Method : GeneralizeAsync(IList<Graphic>,GeneralizeParameters,Object) Method

graphics
The collection of polylines and polygons to be generalized.
parameters
Parameters contains additional properties that defines how the generalize task will be preformed.
userToken
The user token.
Applies Douglas-Poiker generalization to the input polylines and polygons.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GeneralizeAsync( _
   ByVal graphics As IList(Of Graphic), _
   ByVal parameters As GeneralizeParameters, _
   ByVal userToken As Object _
) 
C# 
public void GeneralizeAsync( 
   IList<Graphic> graphics,
   GeneralizeParameters parameters,
   object userToken
)

Parameters

graphics
The collection of polylines and polygons to be generalized.
parameters
Parameters contains additional properties that defines how the generalize task will be preformed.
userToken
The user token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.